added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSInteractiveWindowsService / CSInteractiveWindowsService.csproj
blob58e8520d35baaf03b1f6ec576f17c23893ff6d00
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{263E8AFC-50E5-4F2F-9C70-2DA82D6E0575}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>CSInteractiveWindowsService</RootNamespace>
12     <AssemblyName>CSInteractiveWindowsService</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>..\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26     <DebugType>pdbonly</DebugType>
27     <Optimize>true</Optimize>
28     <OutputPath>..\Release\</OutputPath>
29     <DefineConstants>TRACE</DefineConstants>
30     <ErrorReport>prompt</ErrorReport>
31     <WarningLevel>4</WarningLevel>
32   </PropertyGroup>
33   <ItemGroup>
34     <Reference Include="System" />
35     <Reference Include="System.Configuration.Install" />
36     <Reference Include="System.Core">
37       <RequiredTargetFramework>3.5</RequiredTargetFramework>
38     </Reference>
39     <Reference Include="System.Management" />
40     <Reference Include="System.Xml.Linq">
41       <RequiredTargetFramework>3.5</RequiredTargetFramework>
42     </Reference>
43     <Reference Include="System.Data.DataSetExtensions">
44       <RequiredTargetFramework>3.5</RequiredTargetFramework>
45     </Reference>
46     <Reference Include="System.Data" />
47     <Reference Include="System.ServiceProcess" />
48     <Reference Include="System.Xml" />
49   </ItemGroup>
50   <ItemGroup>
51     <Compile Include="WTSHelper.cs" />
52     <Compile Include="ProjectInstaller.cs">
53       <SubType>Component</SubType>
54     </Compile>
55     <Compile Include="ProjectInstaller.Designer.cs">
56       <DependentUpon>ProjectInstaller.cs</DependentUpon>
57     </Compile>
58     <Compile Include="SampleService.cs">
59       <SubType>Component</SubType>
60     </Compile>
61     <Compile Include="SampleService.Designer.cs">
62       <DependentUpon>SampleService.cs</DependentUpon>
63     </Compile>
64     <Compile Include="Program.cs" />
65     <Compile Include="Properties\AssemblyInfo.cs" />
66   </ItemGroup>
67   <ItemGroup>
68     <Content Include="ReadMe.txt" />
69   </ItemGroup>
70   <ItemGroup>
71     <EmbeddedResource Include="ProjectInstaller.resx">
72       <DependentUpon>ProjectInstaller.cs</DependentUpon>
73     </EmbeddedResource>
74   </ItemGroup>
75   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
77        Other similar extension points exist, see Microsoft.Common.targets.
78   <Target Name="BeforeBuild">
79   </Target>
80   <Target Name="AfterBuild">
81   </Target>
82   -->
83 </Project>